*{ margin: 0; padding: 0; list-style: none; text-decoration: none; box-sizing: border-box;}
body{ position: relative; font: 14px/1.5 Microsoft YaHei, arial, 微软雅黑, sans-serif; vertical-align: baseline; width: 100%; overflow-x: hidden;}
i, em{ font-style: normal;}
a{ color: #333;}
h1, h2, h3, h4, h5, h6, b{ font-weight: normal;}
img{ border: none \9; display: inline-block;}
.clearfix:after,.clear{ content: "."; display: block; height: 0; clear: both; overflow: hidden; visibility: hidden;}
.fl{ float: left;}
.fr{ float: right;}
@font-face{ font-family: 'Kozuka Gothic Pr6N-Bold';src: url('../fonts/Kozuka Gothic Pr6N-Bold.ttf');font-weight: normal; font-style: normal;}
.tywidth{ width: 1200px; margin: 0 auto;}
.more-title{ width: 1200px; margin: 70px auto 30px;text-align: center; line-height: 0;}
.more-title h3{ font-weight: bold; color: #333; font-size: 36px; line-height: 36px; margin-bottom: 15px;}
.more-title h4{ color: #666; font-size: 18px; line-height: 18px;}
@keyframes bounce-up{ 25%{transform: translateY(2px);}
	50%, 100%{transform: translateY(0);}
	75%{transform: translateY(-2px);}
	}
@keyframes msClock{ 0%,90%,100%{ transform: rotate(0) scale(1);}
	20%,40%{ transform: rotate(-15deg) scale(1.1);}
	30%,50%{ transform: rotate(15deg) scale(1.1);}
	}
@keyframes light{ 0%{ top: 0;}
	50%{ top: 110%;}
	100%{ top: -18px;}
	}

/*header*/
/*头部*/
.header{width: 100%;}
.header .header-1{height:40px;width: 100%;line-height: 40px;background: #F1F1F1;}
.header .header-1 .content{width: 1200px;margin: auto;}
.header .header-1 .content b{color: #504B4B;font-size: 14px;line-height:32px;}
.header .header-1 .content nav{line-height: 32px;float: right;height: 40px;width:379px;background: url(../images/1.png)no-repeat center;padding-left:123px;}
.header .header-1 .content nav .n1{width: 65px;line-height: 32px;font-size: 14px;float: left;color: #333;}
.header .header-1 .content nav .gun{height: 16px;width: 1px;background: #595959;margin-top:8px;float: left;margin-right: 18px;margin-left:8px;}

.header .header_slogan{ height:125px;width: 1200px;margin:0 auto;padding-top:20px;}
.header .header_slogan .logo{ width:215px; height:78px;float: left;padding-top: 5px;}
.header .header_slogan .logo img{width: 100%;}
.header .header_slogan .text{width: 643px;height: 86px;float: left;margin-left:112px;margin-top: -5px;/**/ padding-top:10px;}
.header .header_slogan .text .t1{width:620px;height: 50px;font-size:27px;color: #313131;padding-left: 55px;
	font-weight:bold;}	
.header .header_slogan .text .t1 b{color: #0068B7;font-weight:bold;}
.header .header_slogan .text .t2{width:600px;height: 30px;line-height: 30px;font-size:16px;color: #6D6D6D;margin-top: -4px;letter-spacing:1px;}
.header .header_slogan .text .t2 .yuan{font-size: 26px;font-weight: bold;float: left;margin-right:5px;color: #FFAE00;}
.header .header_slogan .text .t2 .ti{font-size: 16px;float: left;}

.header .header_slogan .right{width: 256px;height: 100px;margin-left:960px;}
.header .header_slogan .right .texts{height:60px;padding-top:13px;padding-right:6px;float: right;margin-right: 46px;}
.header .header_slogan .right .texts .te1{color: #333333;font-size: 24px;font-weight:bold;text-align: right;}
.header .header_slogan .right .texts .te2{color: #333333;font-size: 24px;font-weight:bold;}
.header .header_slogan .right .phones{width: 38px;height: 42px;float: right;margin-top:-36px;}

.header .header_slogan .right .phones{-webkit-animation: move 1.3s linear infinite;animation: move 1.3s linear infinite;}



/*font-style: italic;斜体*/

/*导航*/
.header .na_v{width:100%;height: 70px;margin:0 auto;margin-top: -1px;background: #0068B7;padding-top: 8px; }

.header .nav{ height: 56px; /* border-top: 1px solid #c4c4c4;*/margin:0 auto;width: 1200px;}

.header .nav .nav-content nav .xz:nth-child(7n){ margin-right:0;}
.header .nav .nav-content nav .xz{ height: 56px;line-height:56px; position: relative;text-align: center;
	padding-left:10px;padding-right: 10px;
    display: inline-block; vertical-align: top; text-align: center;}
.header .nav .nav-content nav .xz{ position: relative; z-index: 1; color: #fff; font-size: 16px;width: 115px;
	/*margin-left:39px;margin-right:39px;*/margin-right: 6px;
	float: left;}
	.header .nav .nav-content nav .xz:last-child{margin-right: 0;}
.header .nav .nav-content nav .xz:before{ content: ""; position: absolute;
    display: block; opacity: 0; background: blue;
    transition: all .3s ease-out;}

.header .nav .nav-content nav .xz.on{background: #f5f5f5;color: #fff;background: url(../images/nav.png)no-repeat center;}
.header .nav .nav-content nav .xz:hover{background: #f5f5f5;color: #fff;background: url(../images/nav.png)no-repeat center;}

.header .nav .nav-content nav .xz .zm{opacity: 0;}
.header .nav .nav-content nav .xz.on .zm{opacity: 1;}
.header .nav .nav-content nav .xz:hover .zm{opacity: 1;}
.header .nav .nav-content nav .xz:hover i{color: #fff;}
.header .nav .nav-content nav .xz.on i{color: #fff;}
.header .nav .nav-content nav .xz.on:before,.header .nav .nav-content nav .xz:hover:before{ opacity: 1; height: 6px;}
.header .nav .nav-content nav .xz ul{ display: none; position: absolute; left: 50%; top: 56px; z-index: 999;
    transform: translateX(-50%); width: 145px; background-color: rgba(255, 255, 255, 0.902); border: 1px solid #eee;
    padding: 15px 0;}
.header .nav .nav-content nav .xz ul li{ font-size: 16px; color: #666; line-height: 16px; margin-top: 15px;}
.header .nav .nav-content nav .xz ul li:first-child{ margin-top: 0;}
.header .nav .nav-content nav .xz ul li:hover{ color: #0068B7;}
.header .nav .nav-content nav .xz:hover .xian1{opacity: 0;}
.header .nav .nav-content nav .xz.on .xian1{opacity: 0;}
.header .nav .nav-content nav .xian1{position: relative;width: 1px;height: 20px;background: #7374AC;float: right;margin-top: 21px;margin-right: -1px;}


/*banner*/
.banner-index{ font-size: 0;overflow: hidden;    width: 100%;  top:100px;}
.banner-index img{ width: 100%;line-height: 0;margin-top: 206px;}
.slideBox{ width: 100%; position: relative;}
.slideBox .hd{ height: 12px; overflow: hidden; position: absolute; left: 48%; bottom: 38px; z-index: 1;}
.slideBox .hd ul{ overflow: hidden; zoom: 1; float: left;}
.slideBox .hd ul li{ float: left; width: 12px; height: 12px;margin-right: 10px; cursor: pointer;border-radius: 20px;background: #79746f;}
.slideBox .hd ul li.on{background: #0068B7;}
.banner-index .slideBox .bd img{ width: 100%;}
.slideBox .bd ul li:first-child{ display: block;}
.slideBox .bd ul li{ display: none;}





/*搜索*/

.product-main .product-content .container-right .search-products ul li{ display: inline-block; margin: 0 20px 20px 0;}
.product-main .product-content .container-right .search-products ul li{ display: inline-block; margin: 0 20px 20px 0;}
.product-main .product-content .container-right .search-products .products-title{ text-align: center;}
.product-main .product-content .container-right .search-products .product-img img{ width: 150px;}
.product-main .product-content .container-right .search-news ul li{ margin: 0 0 20px 0; border-top: 1px solid #ccc; padding-top: 15px;}
.product-main .product-content .container-right .search-news .search-news-title{ font-size: 16px;}
.product-main .product-content .container-right .search-news .search-news-discription{ margin-top: 10px;}
.product-main .product-content .container-right .search-news .search-news-basic{ color: #999999;}
.product-main .product-content .container-right .search-news .search-news-basic span{ margin-right: 20px;}

.search{ font-size: 0; height: 50px; line-height: 50px; border-bottom: 1px solid #f0f0f0; /*background: #009B8B;*/ overflow: hidden;}
.search-content>div{ display: inline-block;vertical-align: top;}
.search-keywords span{ color: #333333; font-size: 14px; font-weight: bold; margin-right: 15px;}
.search-keywords span img{ vertical-align: middle; margin: -5px 5px 0 0;}
.search-keywords a{ color: #666666; font-size: 14px;}
.search-keywords a:hover{ color: #0068B7;}
.search-keywords i{ margin: 0 15px; color: #666; font-size: 14px;}
.search-form{ float: right;margin-right: -30px;}
#searchForm{ margin-top: 15px; /*background: url(../images/ss_rl.png)no-repeat;*/ width: 239px; height: 31px; display: inline-block; vertical-align: top;}
#searchForm>input{ background: none; border: none; outline: none; display: inline-block; vertical-align: top; /*color: #BFDFDA;*/}
#searchForm .search-input{ height: 24px; line-height: 31px; width: 87%;}
.search-form #s_btn{ width: 24px; height: 31px; cursor: pointer;margin-left: -30px;background: url(../images/ss_rl.png)no-repeat;}
#searchForm .search-input::-webkit-input-placeholder{ color: #999999;}
#searchForm .search-input:-moz-placeholder{ color: #999999;}
#searchForm .search-input::-moz-placeholder{ color: #999999;}
#searchForm .search-input:-ms-input-placeholder{ color: #999999;}


.ddd{height: 20px;width: 20px;position: absolute;margin-left: 260px;margin-top: -80px;}

/*product-main*/

.product-main{ margin-top: 50px;}
.product-content{ width: 1200px; margin: 0 auto; overflow: hidden;}

/*product-main pro-left*/
.product-main .product-content .pro-left{ width: 280px; margin-right: 20px;}
.product-main .product-content .pro-left .kk{ width: 100%; background: #f9f9f9; border: 1px solid #e5e5e5;}
.product-main .product-content .pro-left .top{ text-align: center; background: #0068B7;; height: 90px; line-height: 90px;}
.product-main .product-content .pro-left .top i{font-size: 30px;color: #fff;text-transform: uppercase;}
.product-main .product-content .pro-left .sideMenu h6 a{ display: block; height: 64px; line-height: 64px;
 padding: 0 40px 0 60px; font-size: 20px; color: #333333;}
 .product-main .product-content .pro-left .sideMenu h6:hover a{color: #0068B7;}

/*.product-main .product-content .pro-left .sideMenu h6 a:before{ content: ""; left: 0; top: 50%; width: 2px; 
height: 1px; position: absolute; background: #0068B7; visibility: hidden;}
.product-main .product-content .pro-left .sideMenu h6 a:hover:before{ top: 0; height: 50%; visibility: visible;
 transition: all .5s;}
.product-main .product-content .pro-left .sideMenu h6 a:after{ content: ""; left: 0; bottom: 50%; height: 1px; width: 2px; position: absolute; background: #0068B7;; visibility: hidden;}
.product-main .product-content .pro-left .sideMenu h6 a:hover:after{ bottom: 0; height: 50%; visibility: visible; transition: all .5s;}
*/


.product-main .product-content .pro-left .sideMenu ul li a{ position: relative; display: block; 
	height: 60px; line-height: 60px; background: #f9f9f9; 
	font-size: 16px; color: #333; padding-left: 55px; 
	border-bottom: 1px solid #eee;}

.product-main .product-content .pro-left .sideMenu ul li a:hover{ color: #0068B7;;}
.product-main .product-content .pro-left .sideMenu ul li .on a{ color: #0068B7;;}

.product-main .product-content .pro-left .sideMenu ul li a:before{ content: ""; left: 0; top: 50%; width: 2px; 
height: 1px; position: absolute; background: #0068B7; visibility: hidden;}
.product-main .product-content .pro-left .sideMenu ul li a:hover:before{ top: 0; height: 50%; visibility: visible;
 transition: all .5s;}
.product-main .product-content .pro-left .sideMenu ul li a:after{ content: ""; left: 0; bottom: 50%; height: 1px; width: 2px; position: absolute; background: #0068B7;; visibility: hidden;}
.product-main .product-content .pro-left .sideMenu ul li a:hover:after{ bottom: 0; height: 50%; visibility: visible; transition: all .5s;}

.product-main .product-content .pro-left .sideMenu ul dl{ padding: 10px 0 0 55px;}
.product-main .product-content .pro-left .sideMenu ul dl:last-child{ padding-bottom: 10px; margin-bottom: 0; border-bottom: 1px solid #e5e5e5;}
.product-main .product-content .pro-left .sideMenu ul dl a{ font-size: 14px; color: #333;}
.product-main .product-content .pro-left .sideMenu ul dl a:hover{ color: #0068B7;;}
.product-main .product-content .pro-left .phone{ padding: 30px 0 35px; height: 120px;}
.product-main .product-content .pro-left .phone>div{ display: inline-block; vertical-align: top;}
.product-main .product-content .pro-left .icon{ margin: 10px 15px 0 20px;}
.product-main .product-content .pro-left .phone .text p{color: #555;font-size: 16px; line-height: 16px; margin-bottom: 15px;}
.product-main .product-content .pro-left .phone .text b{ display: block; color: #333;font-size: 24px; line-height: 24px; font-weight: bold; font-family: arial;}

/*product-main recommend*/

.product-main .product-content .pro-left .recommend{ border: 1px solid #ccc; margin: 20px 0 0;}
.product-main .product-content .pro-left .recommend h6{ text-align: center; color: #fff; font-size: 24px; width: 100%; height: 40px; line-height: 40px; background: #0068B7;;}
.product-main .product-content .pro-left .recommend dl dd{ text-align: center; margin: 10px 0;}
.product-main .product-content .pro-left .recommend dl dd .pic{ width: 240px; height: 164px; overflow: hidden; display: inline-block; border: 1px solid #D8D8D8;}
.product-main .product-content .pro-left .recommend dl dd .pic:hover{ border: 1px solid #0068B7;;}
.product-main .product-content .pro-left .recommend dl dd .pic img{ width: 100%;}
.product-main .product-content .pro-left .recommend dl dd p:hover a{ color: #0068B7;;}
.product-main .product-content .pro-left .recommend dl dd p a{ color: #494949; font-size: 14px;}

/*product-main phoneus*/

.product-main .product-content .pro-left .phoneus{ border: 1px solid rgb(220, 220, 220);margin-top: 20px;}
.product-main .product-content .pro-left .phoneus h6{ text-align: center; color: #fff; font-size: 24px; width: 100%; height: 40px; line-height: 40px; background: #0068B7;;}
.product-main .product-content .pro-left .phoneus p{ color: #333; font-size: 14px; margin: 10px 0 10px 10px;}
.product-main .product-content .pro-left .phoneus p a{ color: #fff; font-size: 14px; background: #0068B7;; display: inline-block; vertical-align: top; margin: 0 10px 0 10px; text-align: center; width: 98px; height: 30px; line-height: 30px;}
.product-main .product-content .pro-left .phoneus p a:hover{ text-decoration: underline;}

/*product-main right*/

.product-main .product-content .right{ float: left; width: 900px;font-size: 16px;}
.product-main .product-content .right .title-top{ border-bottom: 1px dashed #c2c2c2; padding-bottom: 5px; overflow: hidden;}
.product-main .product-content .right .title-top img{ display: inline-block; vertical-align: text-bottom; margin-right: 15px; width: 13px; height: 22px;}
.product-main .product-content .right .title-top span{ color: #292929; font-size: 16px; display: inline-block;}
.product-main .product-content .right .title-top > div{ display: inline-block;}
.product-main .product-content .right .title-top > div > a{ color: #292929; font-size: 16px;}
.product-main .product-content .right .title-top > div > a:hover{ color: #0068B7;;}
.product-main .product-content .right .cp-zl{ margin-top: 35px; overflow: hidden;}
.product-main .product-content .right .cp-zl ul li{ display: inline-block; vertical-align: top; width: 290px; text-align: center; margin: 0 15px 20px 0; position: relative; overflow: hidden;}
.product-main .product-content .right .cp-zl .cp-img{ border: 1px solid #d8d8d8; width: 100%; overflow: hidden; line-height: 0;}
.product-main .product-content .right ul li .cp-img img{ width: 100%; transition: all .5s;}
.product-main .product-content .right ul li:hover .cp-img img{ transform: scale(1.1, 1.1);}
.product-main .product-content .right ul li .db-title{ color: #666; font-size: 16px; line-height: 16px; margin-top: 15px;}
.product-main .product-content .right ul li:hover .db-title{ color: #0068B7;}

/*product-main right advantage-nr*/

.product-main .product-content .right .content .about-zx .down-up{height: 50px;margin-top: 50px;}
.product-main .product-content .right .advantage-nr{ overflow: hidden; margin-top: 35px;}
.product-main .product-content .right .process-nr{ overflow: hidden; margin-top: 35px; font-size: 14px;}

/*pages start*/

.pages{ margin-top: 50px; float: right; display: inline; padding-bottom: 10px;}
.pages span{ color: #9a9a9a; vertical-align: middle;}
.pages .pgbtn{ border: 1px solid #ccc; color: #999;}
.pages a, .pages li{ display: inline-block; list-style: none; text-decoration: none; color: #0068B7; font-size: 15px; vertical-align: middle;}
.pages .current{ background: #666; color: #fff; border-color: #444; box-shadow: 0 1px 0 #fff, 0 0 2px rgba(0, 0, 0, .3) inset; cursor: default;}
.pages a, .pages span{ float: left; color: #666; font-size: 14px; line-height: 24px; font-weight: 400; text-align: center; border: 1px solid #bbb; min-width: 14px; padding: 0 10px; margin: 0 5px 0 0; border-radius: 3px; box-shadow: 0 1px 2px rgba(0, 0, 0, .2); background: #efefef; background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef)); background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%); background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%); background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%); background: linear-gradient(top, #ffffff 0%, #efefef 100%);}
.pages a:hover{ background: #fcfcfc}

/*pages end*/

.product-main .product-content .right .nr{ margin-top: 35px; overflow: hidden;}

/* clearfix */

.clearfix:after{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
* html .clearfix{ zoom: 1;}
.product-basic{ width: 340px; float: left;}
.product-basic .product-img .big-img img{ width: 100%;}
.product-basic .product-img .big-img .prev{ background: url(../images/pro3_btnl.png) no-repeat; left: 0px;}
.product-basic .product-img .big-img .next{ background: url(../images/pro3_btnr.png) no-repeat; right: 0px;}
.product-basic .product-img .big-img .prev,.product-basic .product-img .big-img .next{ position: absolute; top: 37%; display: block; width: 41px; height: 41px; cursor: pointer;}
.jiathis_style{ margin: 5px 0 0 15px;}
#jiathis_webchat img{ display: inline-block;}
.product-border{ float: left; overflow: hidden; width: 380px; margin-left: 20px;}
.product-basic-info-item b{ vertical-align: top;}
.product-basic-info-item{ line-height: 35px; margin: 10px 0; font-size: 16px;}
.product-basic-info-item span{ border-bottom: 1px solid #dfdfdf; display: inline-block; width: 100%;}
.product-border .product-basic-info .clearfix{ zoom: 1; padding-top: 5px; margin: 0 20px;}
.more-case-button{ width: 120px; height: 35px; background: #0068B7; line-height: 35px; text-align: center; display: inline-block; transition: all .3s ease-out; margin: 20px 0 0 10px; font-size: 16px; border-radius: 20px;}
.more-case-button:hover{ border-radius: 0;}
.product-border .smewm dd{ display: inline-block; vertical-align: top; text-align: center; margin: 15px 15px 0 0;}
.product-border .smewm dd p{ color: #666; font-size: 14px;}
#a-djzx{ color: #fff;}

/* 放大后结束 */

.product-main .product-content .right .cpxq{ margin-top: 25px; overflow: hidden; text-align: center;}
.product-main .product-content .right .cpxq .top{ font-size: 18px; background: #0068B7; display: inline-block; width: 160px; height: 40px; color: #fff; line-height: 40px; text-align: center; padding: 0 5px;}
.product-xq-id{ margin-top: 50px;}
.product-xq-id-top span{ width: 15px; height: 15px; background: #03a0e5;}
.product-xq-id-top p{ display: inline-block; margin-left: 5px;}
.product-xq-id-top{ border-bottom: 2px solid #999; padding-bottom: 3px;}
.Related-products{ margin-top: 50px; overflow: hidden;}
.Related-products .top{ color: #666; font-size: 18px; padding-bottom: 3px;}
.Related-products hr{ border: none; height: 1px; border-top: 2px solid #0068B7;}
.Related-products .list-ul{ margin-top: 25px; overflow: hidden;}
.Related-products ul li{ display: inline-block; vertical-align: top; width: 210px; margin: 0 20px 20px 0; text-align: center;}
.Related-products ul li .xg-img{ width: 100%;border: 1px solid #ccc; overflow: hidden; line-height: 0;margin-bottom: 10px;}
.Related-products ul li .xg-img img{width: 100%}
.Related-products ul li .db-wb{ font-size: 16px; line-height: 16px;}
.Related-products > .list-ul > ul > li > a:hover .db-wb{ color: #0068B7;}
.Related-news{ margin-top: 10px; overflow: hidden;}
.Related-news .top{ color: #666; font-size: 18px; padding-bottom: 3px;}
.Related-news hr{ border: none; height: 1px; border-top: 2px solid #0068B7;}
.Related-news .top-one, .Related-news .top-two{color: #666;font-size: 18px;float: left;width: 48%;overflow: hidden;}
.Related-news .top-two{margin-left: 4%;}
.Related-news .top a .bh{ margin-left: 5px; display: inline-block;}
.Related-news > .top:hover a{ color: #0068B7;}
.Related-news .list-ul{ margin-top: 25px; overflow: hidden;}
.Related-news > .list-ul > ul{ display: inline-block;}
.Related-news .list-ul ul li{ padding-bottom: 15px;}
.Related-news .list-ul ul li a{ font-size: 14px; color: #666;}
.Related-news .list-ul ul li a:hover{ color: #0068B7;}
.new-cp-dc{ margin-top: 35px; overflow: hidden;}
.new-cp-dc > .content{ position: relative; height: 450px;}
.new-cp-dc > .content > .left{ display: inline-block; width: 565px;}
.new-cp-dc > .content > .left .nr-1{ margin-top: 20px;}
.new-cp-dc > .content > .left .nr-1 .checkboxSpan{ margin-right: 15px;}
.new-cp-dc > .content > .left .nr-1 .bt{ text-align: right; width: 100px; display: inline-block;}
.new-cp-dc > .content > .left .nr-1 label{ margin-right: 20px;}
.new-cp-dc > .content > .left .nr-1 form{ padding-bottom: 30px;}
.new-cp-dc .content .top{ color: #000; font-size: 18px; font-weight: bold;}
.new-cp-dc > .content > .right{ display: inline-block; width: 290px; vertical-align: top; margin-left: 28px;}
.new-cp-dc > .content > .right .bd-pl ul li{ font-size: 14px; color: #000; padding-bottom: 30px;}
.new-cp-dc > .content > .db-jy{ margin-top: 20px;}
.new-cp-dc > .content .db-jy .db-bt{ display: inline-block; vertical-align: top; text-align: center; margin-top: 12px;}
.new-cp-dc > .content .jy-hz{ height: 195px;}
#jySpan{ display: block;}
#mzSpan{ position: absolute; left: 74px; top: 36px;}
#dhSpan{ position: absolute; left: 74px; top: 36px;}
.new-cp-dc > .content .db-jy .zh input{ height: 35px; line-height: 35px; padding-left: 20px;}
.new-cp-dc > .content .db-jy .hz{ height: 79px;}
.new-cp-dc > .content .db-jy .zh{ display: inline-block; position: relative; margin-top: 40px;}
.new-cp-dc > .content > .db-jy .zh span font{ position: absolute; left: 140px; top: 40px; display: block; border-radius: 14px; width: 145px; height: 25px; line-height: 25px; text-align: center;}
.new-cp-dc .an-btn{ margin-top: 20px; position: absolute; right: 0; top: 365px;}
.new-cp-dc .tj-btn{ border-width: 0px; width: 100px; height: 35px; background: inherit; background-color: rgba(255, 255, 255, 1); box-sizing: border-box; border-width: 1px; border-style: solid; border-color: rgba(121, 121, 121, 1); border-radius: 15px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; font-size: 16px; cursor: pointer; outline: none; margin-left: 10px;}
.new-cp-dc .ct-btn{ border-width: 0px; width: 100px; height: 35px; background: inherit; background-color: rgba(255, 255, 255, 1); box-sizing: border-box; border-width: 1px; border-style: solid; border-color: rgba(121, 121, 121, 1); border-radius: 15px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; font-size: 16px; cursor: pointer; outline: none; margin-left: 10px;}
.new-cp-dc .ct-btn:hover{ border-color: #fb5f08; background: #fb5f08; transition-duration: 0.2s; color: #fff;}
.new-cp-dc .tj-btn:hover{ border-color: #fb5f08; background: #fb5f08; transition-duration: 0.2s; color: #fff;}
.user-content .container-right #sub{ width: 302px; height: 40px; border: 1px solid #ccc; background: #313334; color: #fff; font-size: 18px; text-indent: 0;}
.user-content .container-right .spa{ height: 36px; line-height: 36px; width: 204px; display: inline-block; float: left; font-size: 12px; text-indent: 10px; margin-top: 10px; color: red;}
.user-content .container-right label{ width: 64px; float: left; clear: left; height: 36px; line-height: 36px; margin-top: 10px; font-size: 15px;}
.user-content .container-right label, .user-content .container-right input{ margin-bottom: 25px;}
.user-content .container-right input{ width: 300px; height: 36px; line-height: 36px; margin-top: 10px; text-indent: 8px; font-size: 16px; font-family: "微软雅黑"; border: 1px solid #ccc; float: left;}
.user-content .container-right .feedback-zb{ height: 270px; overflow: hidden;}
.user-content .container-right textarea{ width: 300px; height: 36px; line-height: 36px; margin-top: 10px; text-indent: 8px; font-size: 16px; font-family: "微软雅黑"; border: 1px solid #ccc; float: left;}
.user-content{ width: 900px; display: inline-block; margin-left: 50px;}
.user-content .container-right .feedback-item{ margin: 25px 0 0 0;}
.user-content .container-right .feedback-item .feedback-item-left{ width: 60px; display: inline-block;}
.user-content .container-right .feedback-item .feedback-item-right{ display: inline-block;}
.user-content .container-right .feedback-item .feedback-item-right input{ border: 1px solid #c9c9c9; outline: none; border-radius: 4px; height: 35px; padding-left: 5px;}
.user-content .container-right .feedback-item .feedback-submit{ border: 0; color: #fff; background-color: #e83711; width: 170px; height: 45px; font-size: 18px; border-radius: 4px; cursor: pointer;}
.user-content .container-right .feedback-item input[type=submit]:hover{ background: #0068B7; color: #fff;}
.join-zx{ margin-top: 35px;}

/* 新闻  start*/

.new-list{ margin-top: 35px; overflow: hidden;}
.new-list .download-info .a{ width: 30%; float: left; margin-right: 3%;}
.new-list .download-info .a img{ width: 100%; display: block;}
.new-list .download-info .download-title{ font-size: 18px; margin-bottom: 10px;}
.new-list .download-info .download-discription{color: #666; font-size: 14px; line-height: 30px;}
.new-list .download-info .a h3{ transition: all .3s ease-out 0s; font-size: 36px; line-height: 36px; margin-bottom: 10px;}
.new-list .download-info .a b{ transition: all .3s ease-out 0s; display: inline-block; vertical-align: top; line-height: 16px; font-size: 16px;}
.new-list ul li{ border: 1px solid #dedede; margin-bottom: 25px; padding: 10px 50px 10px 22px; background: #fff; overflow: hidden;}
.new-list ul li:hover{ border: 1px solid #0068B7;}
.new-list ul li:hover .download-title a{ color: #0068B7;}
.new-list .download-info .morea{ margin-top: 10px; width: 90px; height: 30px; line-height: 30px; text-align: center; display: block; float: right; background: #0068B7; color: #fff;}
.new-list ul li:hover .download-info .morea{ background: #b6b6b6;}
.casetsnr .new-list .download-info .a{ width: 20%; float: left; overflow: hidden; margin-right: 5.8%;}
.casetsnr .new-list .download-info .morea{ margin-top: 10%!important;}
.casetsnr .new-list ul li{ padding: 20px 50px 20px 20px;}

/* 新闻  end*/

.service-list{ width: 900px; overflow: hidden; margin-top: 35px;}
.service-list .download-info{ padding: 15px;}
.service-list .download-info .download-img{ display: inline-block; width: 20%; vertical-align: middle; text-align: center;}
.service-list .download-info .download-img img{ width: 80%;}
.service-list .download-info .download-basic{ display: inline-block; vertical-align: middle; width: 78%;}
.service-list .download-info .download-title{ font-size: 18px; margin-bottom: 10px;}
.service-list .download-info .download-discription{ color: #666; font-size: 14px;}
.service-list ul li{ margin-bottom: 25px; border: 1px dashed #e4e4e4;}
.company-honor-list{ margin-top: 35px;}
.company-honor-list ul li img{ width: 100%;height: 100%;}
.company-honor-list ul{ margin-left: 0px;}
.company-honor-list ul li{ float: left; width: 280px; text-align: center; font-size: 16px; margin: 0 20px 20px 0;}
.company-honor-list ul li .power-img{ display: inline-block; width: 142px; height: 158px; overflow: hidden;}
.company-honor-list ul li:hover .Company-title{ color: #0068B7;}
.model-matching-list{ width: 943px; overflow: hidden; margin-top: 35px;}
.model-matching-list .download-info{ padding: 15px;}
.model-matching-list .download-info .download-img{ display: inline-block; width: 20%; vertical-align: middle; text-align: center;}
.model-matching-list .download-info .download-img img{ width: 80%;}
.model-matching-list .download-info .download-basic{ display: inline-block; vertical-align: middle; width: 78%;}
.model-matching-list .download-info .download-title{ font-size: 18px; margin-bottom: 10px;}
.model-matching-list .download-info .download-discription{ color: #666; font-size: 14px;}
.model-matching-list ul li{ margin-bottom: 25px; border: 1px dashed #e4e4e4;}

/* 案例版本1  start*/

.case-list{ overflow: hidden; margin-top: 35px;}
.case-list ul li{ border: 1px solid #dedede; margin-bottom: 15px; padding: 22px 50px 22px 22px; background: #fff; overflow: hidden;}
.case-list ul li:hover{ border: 1px solid #0068B7;}
.case-list ul li:hover .download-title a{ color: #0068B7;}
.case-list .download-info .download-img{ width: 29.5%; float: left; margin-right: 5.8%;}
.case-list .download-info .download-img img{ width: 100%; display: block;}
.case-list .download-info .download-title{ font-size: 18px; margin-bottom: 10px;}
.case-list .download-info .download-discription{ color: #666; font-size: 14px;}
.case-list .download-info .more{ margin-top: 20px; width: 90px; height: 30px; line-height: 30px; text-align: center; display: block; float: right; background: #b6b6b6; color: #fff;}
.case-list ul li:hover .download-info .more{ background: #0068B7;}

/* 案例版本1  end*/


/* 案例版本2  start*/

.casetwo-list{ overflow: hidden; margin-top: 35px;}
.casetwo-list ul li{ height: 146px; border: 1px solid transparent; position: relative; background: #f7f7f7; transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s; margin-bottom: 20px;}
.casetwo-list ul li .download-info .download-img{ width: 194px; height: 145px; display: inline-block; vertical-align: top; transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;}
.casetwo-list ul li .download-info .download-img img{ width: 164px; height: 111px; margin: 15px; border-bottom: 1px solid rgba(0, 0, 0, 0.09);}
.casetwo-list ul li:hover .download-info .download-img{ background: #ccc;}
.casetwo-list .download-info .download-basic{ margin: 15px 0 28px 15px; transition: all .3s ease-out 0s; display: inline-block; vertical-align: top; width: 70%;}
.casetwo-list ul li:hover .download-basic{ margin: 15px 0 28px 35px;}
.casetwo-list .download-info .download-title{ font-size: 20px;}
.casetwo-list .download-info .download-title:hover a{ color: #0068B7;}
.casetwo-list .download-info .download-discription i{ color: #666; font-size: 16px;}
.casetwo-list .download-info .fbsj{ color: #666; font-size: 14px; margin: 10px 0 5px;}
.casetwo-list .download-info .download-discription a:hover{ color: #0068B7;}

/* 案例版本2  end*/

.company-power-list{ overflow: hidden;margin-top: 30px;}
.company-power-list ul li{ display: inline-block; vertical-align: top; width: 285px; margin: 0 20px 20px 0;}
.company-power-list > ul > li > a:hover .Company-title{ color: #0068B7;}
.company-power-list .power-img{ width: 100%; line-height: 0; overflow: hidden;}
.company-power-list .power-img img{ width: 100%;transition: all .8s ease-out;}
.company-power-list .Company-title{ text-align: center; width: inherit; background: #f1f1f1; line-height: 40px; height: 40px; color: #666; font-size: 14px;}
.company-power-list .big-img li{ margin-right: 65px;}
#company-honor{ margin-top: 35px; overflow: hidden;}
#company-honor .ry-nr{ overflow: hidden;}
#company-honor .ry-nr ul li{ float: left; text-align: center; width: 212px; margin: 0 23px 20px 0;}
#company-honor .ry-nr ul li .pic{ width: 212px!important; height: 276px!important; border: 1px solid #ccc; padding: 10px 10px 5px 10px; text-align: center; line-height: 0;}
#company-honor .ry-nr ul li .pic img{ width: 190px; height: 255px;}
#company-honor .ry-nr ul li .mc{ font-size: 14px; color: #666; margin: 5px 0 0;}
.company-power-list > ul > li > a:hover .Company-title{ background: #0068B7; color: #fff;}
.company-power-list > ul > li > a:hover .power-img img{ transform: scale(1.1);}
.about-zx{ margin-top: 35px;}
#about-us .nr{ margin-top: 35px; overflow: hidden;}
#about-us .nr p{ line-height: 40px; font-size: 16px; height: 40px;}
.support_zx{ margin: 35px 0 0; overflow: hidden;}

/*foot*/

/*foot*/

.footbot{height: 40px;width: 100%;margin-top: 38px;}
.footbot .bd{width: 1200px;height: 40px;margin:0 auto;}
.footbot .bd .left{width: 1200px;height: 40px;float: left;}

.footbot .bd .left .t1{width: 125px;line-height: 40px;font-size: 28px;color: #333333;float: left;letter-spacing:2px;}
.footbot .bd .left .t2{width:1075px;line-height: 40px;font-size: 14px;float: left;}
.footbot .bd .left .t2 ul li{float: left;height: 40px;font-size:14px;line-height: 40px;padding-left: 20px;padding-right: 20px;}
.footbot .bd .left .t2 ul li a{color: #666666;}
.footbot .bd .left .t2 ul li:hover a{color: #0068B7;}






.foot{ margin-top: 25px; font-size: 0;}
.foot .link{width: 1200px;margin:0 auto;height: 50px;margin-bottom: 16px;}
.foot .link .t1{width: 130px;height: 50px;line-height: 50px;font-size: 32px;}
.foot .link .list{width: 1050px;height: 50px;float: left;margin-left:130px;margin-top: -50px;}
.foot .link .list ul li{float: left;margin:0px 20px;height: 50px;font-size:15px;line-height: 50px;}
.foot .link .list ul li a{color: black;color: black;}
.foot .link .list ul li:hover a{color: #0C3A91;}



.footbg{height: 384px;background: url(../images/m8_bg.png)no-repeat center;width: 100%;}
.footbg .bd{height: 106px;width: 1200px;margin:0 auto;}
.footbg .bd .title{width: 150px;height: 100px;padding-top:38px;color: #FFFFFF;}
.footbg .bd .title .t1{font-size: 14px; color: #929597; }
.footbg .bd .title .t2{font-size: 19px; color: #ffffff; font-weight: bold;margin-top:14px;}
.footbg .bd .title .t3{width: 8px;height: 9px;float: left;margin-left:95px;margin-top: -15px;}
.footbg nav{height: 70px;width: 1031px;float: right;margin-top:-70px;margin-right:35px;}
.footbg nav ul{ padding: 30px 0 22px; position: relative;height: 70px;}

.footbg nav ul li{ float: left; margin-right: 55px;}
.footbg nav ul li:last-child{ margin-right: 0;}
.footbg nav ul li a{ font-size: 16px; color: #fff; line-height: 16px;}
.footbg nav ul li a:hover{color: #FFAE00;}





.footbg .nr .code{width: 400px;height: 200px;margin-left: 90px;}
.footbg .nr .code .c1{width: 150px;height: 200px;/*background: yellow;*/margin-left:20px;}
.footbg .nr .code .c1 .t1{width: 150px;height: 150px;}
.footbg .nr .code .c1 .t1 img{width: 100%}
.footbg .nr .code .c1 .t2{width: 150px;height: 50px;font-size: 14px;line-height: 50px;text-align: center;color: #fff;}


.footbg .nr .code .c1 span{ display: block; position: relative; width: 150px; height: 150px; overflow: hidden;background: #fff;}
.footbg .nr .code .c1 span img{width: 100%;}
.footbg .nr .code .c1 span:after{ content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 26px; background: url(../images/light.png)no-repeat center; animation: light 4s linear infinite;}


.footbg .nr .code .c2{width: 150px;height: 200px;float: left;margin-left:230px;margin-top: -200px;}
.footbg .nr .code .c2 .t1{width: 150px;height: 150px;}
.footbg .nr .code .c2 .t1 img{width: 100%}
.footbg .nr .code .c2 .t2{width: 150px;height: 50px;font-size: 14px;line-height: 50px;text-align: center;color: #fff;}

.footbg .nr .code .c2 span{ display: block; position: relative; width: 150px; height: 150px; overflow: hidden;background: #fff;}
.footbg .nr .code .c2 span img{width: 100%;}
.footbg .nr .code .c2 span:after{ content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 26px; background: url(../images/light.png)no-repeat center; animation: light 4s linear infinite;}


.footbg .nr{ padding-top: 41px;width: 1200px;margin:0 auto;height: 260px;}
.footbg .nr>div{ display: inline-block; vertical-align: top;}
.footbg .nr .left{ width: 385px;height: 200px;}

.footbg .nr .left ul li{color: #A8A8A8;line-height: 32px;font-size: 16px;}
.footbg .nr dl dd{ font-size: 17px; color: #A8A8A8; line-height: 30px;}
.footbg .nr dl dd a{ font-size: 17px; color: #A8A8A8;}



.footbg .nr .wechat .d1{width: 300px;height: 200px;}
.footbg .nr .wechat .d1 .da{width: 227px;height: 200px;float: left;font-size: 15px;margin-left:15px;}
.footbg .nr .wechat .d1 .da .a1{width: 110px;height: 30px;background: #FFAE00;
    margin-left:115px;padding-top: 6px;padding-left:14px;padding-right:13px;font-size: 14px;}
.footbg .nr .wechat .d1 .da .a2{width: 110px;height: 25px;margin-left:128px;margin-top: 20px;font-size: 16px;color: #CCCCCC;}
.footbg .nr .wechat .d1 .da .a3{width: 220px;height: 40px;font-size:25px;text-align: right;
	/*letter-spacing:2px;*/font-weight:bold;margin-left:5px;color: #FFAE00;margin-top: 10px;}

.footbg .nr .wechat .d1 dd{background: url(../images/2020-09-16_131531.png)no-repeat center;
    display: inline-block; vertical-align: top;width: 163px;height: 163px;
    margin-top: 10px;float: right;padding:10px;}

@media only screen and (max-width: 1200px){ .foot .content .text{ padding-right: 20px;}
	}
@media only screen and (max-width: 1200px){ .foot .bottom .fr{ padding-right: 20px;}
	}
@keyframes move
{
	0%, 65%{ 
	  -webkit-transform:rotate(0deg);
	  transform:rotate(0deg);
	}
	70% {  
	  -webkit-transform:rotate(15deg);
	  transform:rotate(15deg);
	}
	75% {  
	  -webkit-transform:rotate(-15deg);
	  transform:rotate(-15deg);
	}
	80% {  
	  -webkit-transform:rotate(15deg);
	  transform:rotate(15deg);
	}
	85% {  
	  -webkit-transform:rotate(-15deg);
	  transform:rotate(-15deg);
	}
	90% {  
	  -webkit-transform:rotate(15deg);
	  transform:rotate(15deg);
	}
	95% {  
	  -webkit-transform:rotate(-15deg);
	  transform:rotate(-15deg);
	}
	100% {  
	  -webkit-transform:rotate(0deg);
	  transform:rotate(0deg);
	}
}

@-webkit-keyframes move
{
	0%, 65%{ 
	  -webkit-transform:rotate(0deg);
	  transform:rotate(0deg);
	}
	70% {  
	  -webkit-transform:rotate(15deg);
	  transform:rotate(15deg);
	}
	75% {  
	  -webkit-transform:rotate(-15deg);
	  transform:rotate(-15deg);
	}
	80% {  
	  -webkit-transform:rotate(15deg);
	  transform:rotate(15deg);
	}
	85% {  
	  -webkit-transform:rotate(-15deg);
	  transform:rotate(-15deg);
	}
	90% {  
	  -webkit-transform:rotate(15deg);
	  transform:rotate(15deg);
	}
	95% {  
	  -webkit-transform:rotate(-15deg);
	  transform:rotate(-15deg);
	}
	100% {  
	  -webkit-transform:rotate(0deg);
	  transform:rotate(0deg);
	}
}

/*group*/

.list-container{ width: 1200px; margin: 30px auto;}
.list-container .map-produt{ border-bottom: solid 1px #CCCCCC;}
.list-container .group{ margin: 60px 0 30px 0;}
.list-container .group .title{ font-size: 24px;}
.list-container .group .top-group{ margin-top: 40px;}
.list-container .group .groups{ margin-top: 20px;}
.list-container .group .title a{ font-size: 16px; float: right; width: 100px; height: 30px; line-height: 30px; color: #fff; background: #ffc700; text-align: center;}
.list-container .group .top-group ul li{ display: inline-block; margin-left: 25px; margin-bottom: 25px;}
.list-container .group .top-group a{ padding: 10px 10px; background: #e8e8e8; font-size: 16px; color: #333;}
.list-container .group .groups ul li{ border-bottom: 1px dashed #999; margin-bottom: 25px;}
.list-container .group .groups .k{ display: inline-block; font-size: 18px; margin: 0 30px 0 20px;}
.list-container .group .groups .v{ display: inline-block; vertical-align: top; width: 1100px;}
.list-container .group .groups .v a{ line-height: 20px; margin-right: 20px; margin-bottom: 20px; font-size: 16px; display: inline-block; color: #666666;}
.map-produt .map-produt-title{ font-size: 16px; color: #666666; padding-left: 20px; border-left: 5px solid #333;}
.map-produt-cate_list{ margin: 10px 0;}
.map-produt-cate_list a{ padding: 10px; color: #333; font-size: 16px;}


/*webmap*/

.list-container{ width: 1200px; margin: 30px auto;}
.list-container .group{ margin: 60px 0 30px 0;}
.list-container .group .title{ font-size: 24px;}
.list-container .group .top-group{ margin-top: 40px;}
.list-container .group .groups{ margin-top: 20px;}
.list-container .group .title a{ font-size: 16px; float: right; width: 100px; height: 30px; line-height: 30px; color: #fff; background: #ffc700; text-align: center;}
.list-container .group .top-group ul li{ display: inline-block; margin-left: 25px; margin-bottom: 25px;}
.list-container .group .top-group a{ padding: 10px 10px; background: #e8e8e8; font-size: 16px; color: #333;}
.list-container .group .groups ul li{ border-bottom: 1px dashed #999; margin-bottom: 25px;}
.list-container .group .groups .k{ display: inline-block; font-size: 18px; margin: 0 30px 0 20px;}
.list-container .group .groups .v{ display: inline-block; vertical-align: top; width: 1100px;}
.list-container .group .groups .v a{ line-height: 20px; margin-right: 20px; margin-bottom: 20px; font-size: 16px; display: inline-block; color: #666666;}
.map-produt .map-produt-title{ margin: 25px 0; font-size: 16px; color: #0068B7; padding-left: 20px; border-left: 5px solid #0068B7;}
.map-produt-cate_list{ margin: 15px 0;}
.map-produt-cate_list a:hover:first-child{ color: #333; background: none;}
.map-produt-cate_list a{ padding: 2px; color: #333; font-size: 14px; margin-right: 15px;}
.map-produt-cate_list a:hover{ background: #0068B7; color: #fff;}
.map-produt-cate_list ul li{ margin-bottom: 15px;}

/*放大兼容效果*/

.imgdet{position: relative;width: 500px;}
.imgdet .imglist{position: relative;display: inline-block;*display: inline;*zoom: 1;border: 1px solid #ccc;width: 500px;overflow: hidden;margin-top: 15px;padding: 10px 7px;}
.imgdet .imglist ul li{display: inline-block;*display: inline;*zoom: 1;width: 120px!important;line-height: 0;border: 2px solid #9a9b9b;margin-right: 10px;}
.imgdet .imglist ul .active{border: 2px solid #0068B7}
.imgdet .imglist ul li img{width: 100%;}
.imgdet .imgpart{ vertical-align: top;position: relative;border: 1px solid #9a9b9b; display: inline-block;*display: inline;*zoom: 1; width: 500px;line-height: 0;}
.imgdet .imgpart .pic{position: relative;width: 100%;height: 100%}
.imgdet .imgpart .pic .magnify{display: none;position: absolute;top: 0;left: 0;width: 250px;height: 166px; cursor: move;background-color: rgba(254, 128, 4, .2); filter: alpha(opacity=30)}
.imgdet .imgpart .pic img{width: 100%;height: 100%}
.imgdet .imgpart .bigpic{display: none; width: 500px;height: 466px; border: 5px solid #eee; background: #fff; color: #333; position: absolute; top: 0; left: 500px; overflow: hidden; -moz-box-shadow: 0 0 10px #777; -webkit-box-shadow: 0 0 10px #777; box-shadow: 0 0 10px #777; line-height: 400px; text-align: center; z-index: 999;}
.imgdet .imgpart .bigpic>img{position: absolute;top: 0;left: 0;width: 1000px;height: 1000px;}
.product-basic .imgpart .prev{ background: url(../images/pro3_btnl.png) no-repeat; left: 0px;}
.product-basic .imgpart .next{ background: url(../images/pro3_btnr.png) no-repeat; right: 0px;}
.product-basic .imgpart .prev,.product-basic .imgpart .next{ position: absolute; top: 45%; display: block; width: 41px; height: 41px; cursor: pointer;}

/* 定语  start*/

.tab-wrap{ margin-top: 20px;}
.tab-wrap .nav_bar{ width: 100%; border-bottom: 2px solid #999; color: #202020;}
.tab-wrap .nav_bar i{ background: url(../images/cp-top-title.png); width: 13px; height: 22px; display: inline-block; vertical-align: middle;margin-right: 6px;}
.tab-wrap .nav_bar p.nav_bar_name{ width: 300px; line-height: 48px; font-size: 18px; font-weight: bold; float: left;}
.tab-wrap .nav_bar ul.breadcrumb{ float: right; color: #9a9a9a; line-height: 48px;}
.tab-wrap .nav_bar ul.breadcrumb>a{ color: inherit; transition: 0.3s;}
.tab-wrap .nav_bar ul.breadcrumb>a:hover{ color: #0068B7;}

/* 开始切换  start*/

.tab-wrap .tab-title{ margin-top: 30px;}
.tab-wrap .tab-title li{ width: 16.6679%; height: 55px; font-size: 18px; line-height: 55px; text-align: center; background: #000; color: #fff; float: left; border-right: 1px solid #fff; cursor: pointer; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.tab-wrap .tab-title li.active,.tab-wrap .tab-title li:hover{ background: url(../images/custom.png) no-repeat bottom center #0068B7; border-color: #fff; color: #fff;}
.tab-wrap .tab-content{ margin-top: 30px;}
.tab-wrap .tab-content .content-item{ display: none;}
.tab-wrap .tab-content .content-item.active{ display: block;}

/* 包含1  start*/

.tab-wrap .tab-content .scsl li{ width: 24%; float: left; margin: 0 1.3% 13px 0; text-align: center;}
.tab-wrap .tab-content .scsl li .pic{ border: 1px solid #e5e5e5; background: #fff; padding: 10px 9px; overflow: hidden;}
.tab-wrap .tab-content .scsl li img{ display: block; width: 100%;}
.tab-wrap .tab-content .scsl li .title{ margin-top: 10px; font-size: 16px; color: #000;}
.tab-wrap .tab-content .scsl li:hover .title{ color: #0068B7;}
.tab-wrap .tab-content .scsl li:hover .pic{ border: 1px solid #0068B7;}

/* 包含2  start*/

.tab-wrap .tab-content .tdsl li{ width: 24%; float: left; padding: 10px 9px; margin: 0 1.3% 13px 0; text-align: center; border: 1px solid #e5e5e5;}
.tab-wrap .tab-content .tdsl li .pic{ width: 268px; height: 210px; background: #fff; overflow: hidden;}
.tab-wrap .tab-content .tdsl li img{ display: block; width: 100%; transition: all .5s;}
.tab-wrap .tab-content .tdsl li .title{ margin-top: 10px; font-size: 16px; color: #000;}
.tab-wrap .tab-content .tdsl li:hover .title{ color: #0068B7;}
.tab-wrap .tab-content .tdsl li:hover .pic img{ transform: scale(1.5);}

/* 包含3  start*/

.tab-wrap .tab-content .mtzl li{ border: 1px solid #dedede; margin-bottom: 15px; padding: 22px 50px 22px 22px; background: #fff; overflow: hidden;}
.tab-wrap .tab-content .mtzl li .title dt{ font-size: 18px; margin-bottom: 10px;}
.tab-wrap .tab-content .mtzl li:hover{ border: 1px solid #0068B7;}
.tab-wrap .tab-content .mtzl li:hover .title dt a{ color: #0068B7;}
.tab-wrap .tab-content .mtzl li .pic{ width: 29.5%; float: left; margin-right: 5.8%;}
.tab-wrap .tab-content .mtzl li .pic img{ width: 100%; display: block;transition: all .5s;}
.tab-wrap .tab-content .mtzl li:hover .pic img{ transform: scale(1.1);}
.tab-wrap .tab-content .mtzl li .title dd{ color: #666; font-size: 14px;}
.tab-wrap .tab-content .mtzl li .morea{ margin-top: 20px; width: 90px; height: 30px; line-height: 30px; text-align: center; display: block; float: right; background: #b6b6b6; color: #fff;}
.tab-wrap .tab-content .mtzl li:hover .morea{ background: #0068B7;}

/* 包含4  start*/

.tab-wrap .tab-content .sczz li{ width: 24%; float: left; padding: 10px 9px; margin: 0 1.3% 13px 0; text-align: center; border: 1px solid #ccc;}
.tab-wrap .tab-content .sczz li .pic{ width: 268px; line-height: 0; height: 383px; background: #fff; overflow: hidden;}
.tab-wrap .tab-content .sczz li img{ display: block; width: 100%; transition: all .5s;}
.tab-wrap .tab-content .sczz li .title{ border: 1px solid #ccc; margin-top: 10px; font-size: 16px; color: #000; height: 40px; line-height: 40px;}
.tab-wrap .tab-content .sczz li:hover .title{ background: #0068B7; color: #fff;}

/*advantage*/

.advantage{ background: url(../images/ysbg.png)no-repeat center top; width: 100%; height: 1610px; overflow: hidden; padding-top: 60px; font-size: 0;}
.advantage .more-title{ text-align: center; margin: 0 auto 60px;}
.advantage .more-title h5{ color: #474747; font-size: 36px; line-height: 36px; font-weight: bold;}
.advantage .more-title h6{ color: #666; font-size: 18px; line-height: 18px; margin-top: 15px;}
.advantage .more-title h5 img{ vertical-align: middle; margin: 0 5px;}
.advantage ul li{ position: relative; height: 380px; margin-bottom: 65px;}
.advantage ul li:last-child{ margin-bottom: 0;}
.advantage ul li .bjy{ width: 122px; height: 122px; position: absolute; top: -38px;}
.advantage ul li .bjy_z{ left: -1px;}
.advantage ul li .bjy_y{ right: -1px;}
.advantage ul li>div{ display: inline-block; vertical-align: top; width: 600px; height: 380px; overflow: hidden;}
.advantage ul li .pic img{ width: 100%;}
.advantage ul li .text{ background: #fff; padding: 35px 0 0 30px;}
.advantage ul li .text dt>div{ display: inline-block; vertical-align: middle;}
.advantage ul li .text dt .bj{ color: #999; font-size: 48px; width: 80px; height: 80px; border: 1px solid #999; text-align: center; line-height: 80px; font-family: arial;}
.advantage ul li .text dt .by{ margin-left: 15px; color: #474747; font-size: 28px; line-height: 28px;}
.advantage ul li .text dt .by i{ margin-top: 15px; display: block; color: #999; font-size: 14px; line-height: 14px; text-transform: uppercase;}
.advantage ul li .text dl{ padding: 20px 15px 0 0;}
.advantage ul li .text dl dd{ padding-left: 100px; background: url(../images/yslicon.png)no-repeat 73px 10px; margin-bottom: 10px; color: #666; font-size: 16px; line-height: 26px;}
.advantage ul li .text ol>div{ display: inline-block; vertical-align: top;margin-right: 80px;}
.advantage ul li .text ol>div{ color: #474747; font-size: 16px;}
.advantage ul li .text ol>div span{ display: block; color: #474747; font-size: 18px; line-height: 18px; margin-bottom: 5px;}
.advantage ul li .text ol>div span i{color: #0890e1; font-size: 36px; font-family: arial;}
.advantage ul li .text ol{ padding: 30px 0 0 100px;}
.advantage ul .li1 .text ol div{margin-right: 70px;}
.advantage ul .li2 .text ol div{margin-right: 58px;}
.advantage ul li .text ol .kn3{ margin-right: 0;}

/*contact_nr*/

.contact_nr{ padding: 80px 0 30px;}
.contact_nr .feedbacklx{ background-color: rgb(255, 255, 255); box-shadow: 2px 0px 12.48px 0.52px rgba(0, 0, 0, 0.1); width: 1200px; height: 796px; overflow: hidden;}
.contact_nr .top{ margin: 110px auto 70px; color: #000; font-size: 28px; text-align: center;}
.contact_nr .top:after{ margin: 35px auto 0; display: block; content: ""; width: 80px; height: 3px; background-color: rgb(0, 0, 0);}
.contact_nr .feedbacklx .top{ margin: 45px 0 70px;}
.contact_nr .feedbacklx .top:after{ margin: 30px auto 0;}
.contact_nr .feedbacklx form{ margin: 0 37px 0 55px; font-size: 0;}
.contact_nr .feedbacklx form .input>div{ width: 503px; height: 40px; display: inline-block; vertical-align: top; border-bottom: 1px solid rgb(225, 225, 225);}
.contact_nr .feedbacklx form .input>div:nth-child(2n){ margin-left: 102px;}
.contact_nr .feedbacklx form input,.contact_nr .feedbacklx form .textarea textarea{ color: #666; font-style: italic; font-size: 18px; outline: none; border: none;width: 100%;}
.contact_nr .feedbacklx form .textarea{ border-bottom: 1px solid rgb(225, 225, 225);}
.contact_nr .feedbacklx form .sub{ position: relative; border-radius: 25px; width: 217px; height: 51px; text-align: center; line-height: 51px; margin: 85px auto 0; background: #0068B7; overflow: hidden;}
.contact_nr .feedbacklx form .sub input{ display: block; cursor: pointer; width: 100%; height: 100%; color: #fff; font-size: 20px; background: none;}
.contact_nr .feedbacklx form .sub{-webkit-transform: scale(1); -ms-transform: scale(1);-o-transform: scale(1); transform: scale(1);overflow: hidden;}
.contact_nr .feedbacklx form .sub:before{ content: '';display: block;width: 120%; height: 0; padding: 60% 0; background: #c7c7c7; border-radius: 50%;position: absolute;left: -10%;top: 50%; -webkit-transform: translateY(-50%) scale(0); transform: translateY(-50%) scale(0); z-index: -1; transition: all .5s;}
.contact_nr .feedbacklx form .sub:hover:before{ height: 100%; transform: translateY(-50%) scale(1);}
.contact_nr .feedbacklx form .sub:hover{ background: none; transition: all 1.5s;}
.contact_nr .feedbacklx form input::-webkit-input-placeholder{/* WebKit browsers */
	font-style: italic; color: #666;}
.contact_nr .feedbacklx form input:-moz-placeholder{/* Mozilla Firefox 4 to 18 */
	font-style: italic; color: #666;}
.contact_nr .feedbacklx form input::-moz-placeholder{/* Mozilla Firefox 19+ */
	font-style: italic; color: #666;}
.contact_nr .feedbacklx form input:-ms-input-placeholder{/* Internet Explorer 10+ */
	font-style: italic; color: #666;}
.contact_nr .feedbacklx form .textarea textarea{ width: 100%; height: 180px; resize: none; font-family: "微软雅黑"; color: #666; font-size: 18px;font-style: italic;}
.contact_nr .feedbacklx form .textarea textarea::-webkit-input-placeholder{/* WebKit browsers */
	font-family: "微软雅黑"; color: #666; font-style: italic;}
.contact_nr .feedbacklx form .textarea textarea:-moz-placeholder{/* Mozilla Firefox 4 to 18 */
	font-family: "微软雅黑"; color: #666; font-style: italic;}
.contact_nr .feedbacklx form .textarea textarea::-moz-placeholder{/* Mozilla Firefox 19+ */
	font-family: "微软雅黑"; color: #666; font-style: italic;}
.contact_nr .feedbacklx form .textarea textarea:-ms-input-placeholder{/* Internet Explorer 10+ */
	font-family: "微软雅黑"; color: #666; font-style: italic;}
.contact_nr .lxgw ul li{ float: left; width: 31%; height: 228px; background-color: rgb(250, 250, 250); overflow: hidden; margin-right: 37px; text-align: center;}
.contact_nr .lxgw ul li .icon{ line-height: 0;}
.contact_nr .lxgw ul li dt{ line-height: 20px; color: #666; font-size: 20px; margin-bottom: 20px;}
.contact_nr .lxgw ul li dd{ line-height: 14px; color: #666; font-size: 14px;}
.contact_nr .lxgw ul li:nth-child(1) .icon{ padding: 50px 0 18px 0;}
.contact_nr .lxgw ul li:nth-child(2) .icon{ padding: 38px 0 18px 0;}
.contact_nr .lxgw ul li:nth-child(3) .icon{ padding: 50px 0 18px 0;}
.contact_nr .lxgw ul li:last-child{ margin-right: 0;}

/*case_tabnr*/

.case_tabnr{ background: #f1f1f1; width: 100%; margin: 0; padding: 0 0 50px;}
.case_tabnr .hd{ overflow: hidden; margin: 30px 0;}
.case_tabnr .hd ul li{ cursor: pointer; border-right: 1px solid #ccc; width: 50%; float: left; background: #222; text-align: center;font-size: 16px; height: 45px; line-height: 45px; color: #fff;}
.case_tabnr .hd ul li.on{ background: #0068B7;}
.case_tabnr .bd ul li{ padding: 15px; font-size: 16px; color: #000; background: #fff; overflow: hidden;}
.case_tabnr .bd ul li h3{ line-height: 38px; color: #000; font-size: 38px; font-weight: bold; margin-bottom: 20px;}
.case_tabnr .bd ul li .ms{ padding-bottom: 20px;}

/*product_tabnr*/

.product_tabnr{ background: #f1f1f1; padding: 30px 0 40px;}
.product_tabnr .top{ color: #333; font-size: 24px; text-align: center;}
/*.product_tabnr .top:after{ display: block; content: "Best  Product"; color: #999; font-size: 14px;}*/
.product_tabnr .hd{ margin: 45px auto 35px; text-align: center;}
.product_tabnr .hd ul li{ border-radius: 20px; width: 140px; height: 40px; line-height: 40px; text-align: center; display: inline-block; vertical-align: top; background: #fff; overflow: hidden; color: #999; font-size: 16px; margin-right: 50px; cursor: pointer;}
.product_tabnr .hd ul li:last-child{ margin-right: 0;}
.product_tabnr .hd ul li a{ display: block;}
.product_tabnr .hd ul li.on,.product_tabnr .hd ul li:hover{ background: #0068B7; color: #fff;}
.product_tabnr .hd ul li.on a,.product_tabnr .hd ul li:hover a{ color: #fff;}
.product_tabnr .list_nav{overflow: hidden;text-align: center;}
.product_tabnr .list_nav .on{color: #0068B7;background: url(../images/cpicons.png)no-repeat left center;}
.product_tabnr .list_nav a:hover{color: #0068B7;}
.product_tabnr .bd ul li dd{ display: inline-block; vertical-align: top; width: 285px; background: #fff; margin: 0 20px 20px 0; text-align: center;}
.product_tabnr .bd ul li dd .img{ width: 261px; overflow: hidden; line-height: 0;margin: 10px auto 0;}
.product_tabnr .bd ul li dd .img img{ width: 100%; transition: all .3s ease-in;}
.product_tabnr .bd ul li dd:hover .img img{ transform: scale(1.1);}
.product_tabnr .bd ul li dd .title{ width: 100%; height: 35px; padding-top: 5px; color: #333; font-size: 16px; overflow: hidden;}
.product_tabnr .bd ul li dd .title i{ display: block; color: #999; font-size: 12px; text-transform: uppercase;}
.product_tabnr .bd ul li dd:hover .title{ color: #0068B7;}
/*.new_tabnr .top:after{ display: block; content: "news"; color: #999; font-size: 14px;}*/
.new_tabnr .hd ul li{ background: #fff;}
.new_tabnr .hd ul li.on,.new_tabnr .hd ul li:hover{ background: #0068B7; color: #fff;}
.new_tabnr .hd ul li.on a,.new_tabnr .hd ul li:hover a{ color: #fff;}
/*.gsdq_tabnr .top:after{ display: block; content: "company"; color: #999; font-size: 14px;}*/
.gsdq_tabnr .hd ul li{ background: #fff;}
.gsdq_tabnr .hd ul li.on,.gsdq_tabnr .hd ul li:hover{ background: #0068B7; color: #fff;}
.gsdq_tabnr .hd ul li.on a,.gsdq_tabnr .hd ul li:hover a{ color: #fff;}
.yysp{ position: relative;}
.qfaxsb{ display: none; width: 59px; position: fixed; left: 50%; top: 60%; cursor: pointer; background-color: #ccc; text-align: center; font-size: 14px; color: #fff; margin-left: -759px; z-index: 6;}
.qfaxsb:hover{ background: #0068B7;}
.qfaxsb a{ display: block;padding: 12px 0;}
.qfaxsb:hover a{ color: #fff;}
.yysp .about-zx{ background: #fff; width: 890px; display: inline-block; vertical-align: top; padding: 20px 20px;}
.yysp .right .title-top{ border-bottom: 1px dashed #c2c2c2; padding-bottom: 5px; overflow: hidden; margin-top: 20px;}
.yysp .newlistnav{ display: inline-block; vertical-align: top; width: 285px; margin-top: 35px; margin-left: 20px;}
.yysp .newlistnav h3{ position: relative; color: #222; font-size: 18px; height: 40px; border-bottom: 1px solid #e7e7e7;}
.yysp .newlistnav h3:before{ content: ""; width: 72px; height: 1px; background: #0068B7; position: relative; display: block; top: 38px;}
.yysp .newlistnav h3 i{ color: #0068B7;font-weight: bold;}
.yysp .newlistnav dl dd{ border-bottom: 1px solid #fff; font-size: 14px; margin-bottom: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.yysp .newlistnav .news_news{ margin-top: 20px; background: #fff; padding: 20px}
.yysp .newlistnav .news_hot{ background: #fff; padding: 20px}
.yysp .newlistnav dl dd:hover{ border-bottom: 1px solid #0068B7;}
.yysp .newlistnav dl dd:hover a{ color: #0068B7;}
.yysp .newlistnav dl{ padding-top: 20px;}
/*.casetsnr .top:after{ display: block; content: "cases"; color: #999; font-size: 14px;}*/
.casetsnr .hd ul li{ width: auto; padding: 0 30px;}
.product_tabnr .list_nav{ overflow: hidden; text-align: left;}
.product_tabnr .list_nav ul li dd{ margin-bottom: 30px; display: inline-block; vertical-align: top; margin-right: 50px;}
.product_tabnr .list_nav a{ background: url(../images/cpicon.png)no-repeat left center; padding-left: 20px; display: block; color: #666; font-size: 16px;}
.product_tabnr .list_nav a:hover{ color: #0068B7; background: url(../images/cpicons.png)no-repeat left center;}
